CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ls linux

搜索资源列表

  1. busybox-1.12.0

    0下载:
  2. 适合新手读的c源代码,包含linux下ls、echo、ping等常用工具的源代码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3303848
    • 提供者:yuio654
  1. busybox-1.00

    0下载:
  2. BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、 cat 和 echo等等,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令。
  3. 所属分类:源码下载

  1. tinySH-uCOS-II

    0下载:
  2. 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:327175
    • 提供者:
  1. ut

    0下载:
  2. 在Windows命令行下模仿Linux Sheel 界面。移植Linux 下常用命令。有初始登录,新建用户,设置更改用户密码,并记录用户的这些信息。还有其他的,比如ls,su,cp等-In Windows command line imitation under Linux Sheel interface. Transplantation under Linux commonly used command. Have the initial login, new users, set chang
  3. 所属分类:Shell api

    • 发布日期:2017-05-24
    • 文件大小:7740094
    • 提供者:罗义军
  1. main

    0下载:
  2. Linux系统ls功能自己实现;Linux系统ls功能自己实现-Linux system, ls function implementation;Linux system, ls function implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2939
    • 提供者:huang
  1. minishell

    0下载:
  2. 模拟实现一个迷你小内核,可以完成linux内核内部的如ls,ps等系统命令-Analog realization of a mini core, to be completed within the linux kernel, such as ls, ps and other system commands
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2299
    • 提供者:顔瞳
  1. my_ls

    0下载:
  2. 这是一个linux的ls编程,对文件和目录进行操作。谢谢大家。-This is a linux of ls programming, of files and directories to operate. Thank you.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2110
    • 提供者:郭非
  1. p4.10

    0下载:
  2. 实现类似linux系统提供的ls命令的功能,与dos的dir命令类似-Realize similar linux system ls command functions, and the dos command similar to the dir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1346
    • 提供者:song
  1. vim-6.4.tar

    0下载:
  2. 安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim! 就像上次装ls一样访问:http://ww
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3737338
    • 提供者:jtp
  1. ex01

    1下载:
  2. 编写一个多进程并发执行程序。父进程首先创建一个执行ls 命令的子进程然后再创建一个执行ps 命令的子进程,并控制ps 命令总在ls 命令之前执行。-linux c multiprocess
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:6745
    • 提供者:孙凯
  1. shell

    0下载:
  2. 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:11978
    • 提供者:angela
  1. bookcode

    0下载:
  2. linux编程中关于ls的编程,可以用的,我上课用的,书上的代码-linux programming programming on the ls can be used, I class used, the code book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2971
    • 提供者:sunshine
  1. ext2

    0下载:
  2. information extraction from EXT2 filesystem. this program imitates the bash shell, and accepts such basic commands as info, group, pwd, ls, cd, cat, quit. this code was written in linux and compiled by gcc. it can be run on linux machines. i didn t u
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2529
    • 提供者:kose
  1. lsDir

    0下载:
  2. 基于linux命令ls的文件函数。 实现了把目录下面的文件的详细信息显示出来,且增加了文件的排序功能和颜色显示功能-Based on the linux command ls function of the document. Achieved the following documents to the directory of detailed information is displayed, and the increase in the order of the document
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1713
    • 提供者:雷海鹏
  1. coreutils-5.94

    0下载:
  2. Linux工具集源代码,如ls、chown、mkdir等-Linux source code tools such as ls, chown, mkdir, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7589651
    • 提供者:范波杰
  1. myftpclient

    0下载:
  2. 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, help /?, Quit. Compiled in the li
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:2715
    • 提供者:王国澎
  1. CSRC_linux386_LS-SVMlab1.5.tar

    0下载:
  2. linux下matlab可用的最小二乘法支持向量机ls-svm,c语音代码。-matlab under linux available method of least squares support vector machine ls-svm, c voice code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:21006
    • 提供者:legna
  1. Myshellv0.2

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:116449
    • 提供者:谢海斌
  1. Myshellv0.3

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:117362
    • 提供者:谢海斌
  1. linuxcmd

    0下载:
  2. 一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s als
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:847
    • 提供者:王跃辉
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com